A24 - LIS
提出
code: python
n = int(input())
a = list(map(int, input().split()))
for i in range(n):
解答
code: python
import bisect
n = int(input())
a = list(map(int, input().split()))
size = 0
l = []
for i in range(n):
pos = bisect.bisect_left(l, ai) size += 1
else:
print(size)